home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / raise.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  32 lines

  1.  
  2. RAISE(3)                   UNIX Programmer's Manual                   RAISE(3)
  3.  
  4. NNAAMMEE
  5.      rraaiissee - send a signal to the current process
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssiiggnnaall..hh>>
  9.  
  10.      _i_n_t
  11.      rraaiissee(_i_n_t _s_i_g)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The rraaiissee() function sends the signal _s_i_g to the current process.
  15.  
  16. RREETTUURRNN VVAALLUUEESS
  17.      Upon successful completion, a value of 0 is returned.  Otherwise, a value
  18.      of -1 is returned and the global variable _e_r_r_n_o is set to indicate the
  19.      error.
  20.  
  21. EERRRROORRSS
  22.      The rraaiissee() function may fail and set _e_r_r_n_o for any of the errors speci-
  23.      fied for the library functions getpid(2) and kill(2).
  24.  
  25. SSEEEE AALLSSOO
  26.      kill(2)
  27.  
  28. SSTTAANNDDAARRDDSS
  29.      The rraaiissee() function conforms to ANSI C3.159-1989 (``ANSI C'').
  30.  
  31. BSD Experimental                 June 4, 1993                                1
  32.